|
RtnQueueRecvFrame places a frame on the receive queue for the indicated network device. RtnQueueRecvFrame is normally called from the driver Receive thread after a signal from a driver Interrupt Service thread indicates a received frame is available.
Syntax
void RtnQueueRecvFrame( void *ndp, void *mp, unsigned long framesize );
Parameters
ndp
Network Device Pointer. Opaque network device identifier (pointer).
mp
Pointer to the frame to queue in the device receive queue.
framesize
Actual number of bytes in the frame. This is the number of bytes read from the card and placed in the frame.
Return Values
None.
Requirements
Header | Rtnapi.h |
Library | Rtxtcpip.lib |